home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / honeytrouble.swf / scripts / DefineButton2_9 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-09-27  |  95 b   |  6 lines

  1. on(press){
  2.    clearInterval(intervalID);
  3.    this.removeMovieClip();
  4.    this._x = -9999;
  5. }
  6.